Skip to content

Fix GitHub organization name consistency in Nix flake examples#171

Merged
ncrmro merged 2 commits intodocs/nix-feature-branch-testingfrom
copilot/sub-pr-170
Jan 27, 2026
Merged

Fix GitHub organization name consistency in Nix flake examples#171
ncrmro merged 2 commits intodocs/nix-feature-branch-testingfrom
copilot/sub-pr-170

Conversation

Copy link
Contributor

Copilot AI commented Jan 27, 2026

Addresses review feedback from PR #170 to standardize GitHub organization name format in CONTRIBUTING.md Nix flake examples.

Changes:

  • Updated github:unsupervised/deepworkgithub:Unsupervisedcom/deepwork across all examples to match format used in README.md and doc/nix-flake.md
  • Fixed invalid PR testing syntax github:unsupervised/deepwork/pr-author:feature-name to valid Nix flake references with separate examples for fork PRs and same-repo PRs
  • Clarified pytest example to use --command flag instead of ambiguous multi-line command sequence
# Before (invalid/inconsistent)
nix run github:unsupervised/deepwork/pr-author:feature-name -- --help
nix develop github:unsupervised/deepwork/feat/new-parser
pytest tests/unit/core/test_parser.py -v

# After (valid)
nix run github:pr-author/deepwork/feature-name -- --help
nix develop github:Unsupervisedcom/deepwork/feat/new-parser --command pytest tests/unit/core/test_parser.py -v

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
Copilot AI changed the title [WIP] Add instructions for testing feature branches with one-off Nix shell Fix GitHub organization name consistency in Nix flake examples Jan 27, 2026
Copilot AI requested a review from ncrmro January 27, 2026 17:45
@ncrmro ncrmro marked this pull request as ready for review January 27, 2026 17:55
@ncrmro ncrmro merged commit a55bb48 into docs/nix-feature-branch-testing Jan 27, 2026
@ncrmro ncrmro deleted the copilot/sub-pr-170 branch January 27, 2026 17:55
ncrmro added a commit that referenced this pull request Jan 27, 2026
…shell (#170)

* docs: add instructions for testing feature branches with one-off Nix shell

* Fix GitHub organization name consistency in Nix flake examples (#171)

* Initial plan

* Fix GitHub organization name consistency in CONTRIBUTING.md

Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants